home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1999 May / SGI IRIX 6.5 Applications 1999 May.iso / dist / insight.idb / usr / include / helpapi / HelpBroker.h.z / HelpBroker.h
Encoding:
C/C++ Source or Header  |  1998-05-04  |  1.1 KB  |  38 lines

  1. #ifndef HELPBROKER_H
  2. #define HELPBROKER_H
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. /*
  9. // HelpBroker.h
  10. //
  11. // Copyright 1993, Silicon Graphics, Inc.
  12. // All Rights Reserved.
  13. //
  14. // This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  15. // the contents of this file may not be disclosed to third parties, copied or
  16. // duplicated in any form, in whole or in part, without the prior written
  17. // permission of Silicon Graphics, Inc.
  18. //
  19. // RESTRICTED RIGHTS LEGEND:
  20. // Use, duplication or disclosure by the Government is subject to restrictions
  21. // as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  22. // and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  23. // successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  24. // rights reserved under the Copyright Laws of the United States.
  25. */
  26.  
  27. #include <X11/Xlib.h>
  28.  
  29. extern int SGIHelpInit(Display *in_dsp, char *in_client, char *in_sep);
  30. extern int SGIHelpMsg (char *in_key, char *in_book, char* user_data);
  31. extern int SGIHelpIndexMsg (char *in_key, char *in_book);
  32.  
  33. #ifdef __cplusplus
  34. }
  35. #endif
  36.  
  37. #endif
  38.